github.com/go-pg/pg/v10/types.HexEncoder.flags (field)

7 uses

	github.com/go-pg/pg/v10/types (current package)
		hex.go#L14: 	flags   int
		hex.go#L21: 		flags: flags,
		hex.go#L31: 		if hasFlag(enc.flags, arrayFlag) {
		hex.go#L33: 		} else if hasFlag(enc.flags, quoteFlag) {
		hex.go#L49: 		if hasFlag(enc.flags, arrayFlag) {
		hex.go#L51: 		} else if hasFlag(enc.flags, quoteFlag) {
		hex.go#L55: 		enc.b = AppendNull(enc.b, enc.flags)